Package com.cisco.pt.ipc.sim
Interface Pop3Client
- All Known Implementing Classes:
Pop3ClientImpl
Information provided by the PKI file:
\class Pop3Client
\brief Pop3Client handles and manipulates POP3 clients.
\example network().getDevice("PC0").getProcess("Pop3Client")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidInformation provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getMailIpc
boolean getMailIpc()Information provided by the PKI file:
\brief Gets mail. \return bool, always returns true.- Returns:
- boolean Returns a boolean
-
cancelReceive
void cancelReceive()Information provided by the PKI file:
\brief Cancels receive.
-